Deployment Instructions
You can deploy the distribution service of the Party Microservice independently irrespective of the core system of a bank. Party Microservice enables packaging and supports packaged binary (ZIP) deployment for the following stacks:
Prerequisite
- You must install JAVA 11 prior to the deployment of the aforementioned stacks.
Microservice can be deployed in two modes as follows:
- Standalone Deployment: In this deployment model, the necessary components for a Microservice including streaming services are deployed, to run the Microservice independently.
- Integrated Deployment: In this deployment model, Data Event Streaming (DES) is presumed to be deployed and running already. Hence, the necessary components for Microservice are created and other streaming services are not deployed. Therefore, the streaming configuration for the Microservice must be carried out manually.
Party Microservice produces the packaged binary files to support the deployment of the stacks mentioned.
| Stack | Microservice Runtime | Event Stream | Deployment Scripts | NoSQL DB |
|---|---|---|---|---|
| Azure | ACA | Service Bus | Azure-CLI | Mongo/PostgreSQL DB |
| AWS | Lambda Function | Kinesis | AWS-CLI | Dynamo/PostgreSQL DB |
| Kubernetes | K8 pods, AKS, EKS, ACA | Kafka | HELM charts | Mongo / PostgreSQL DB |
In this topic